var github.com/vmihailenco/msgpack/v5.unmarshalerType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L69: 	if typ.Implements(unmarshalerType) {
		decode_value.go#L85: 		if ptr.Implements(unmarshalerType) {
		types.go#L22: 	unmarshalerType = reflect.TypeOf((*Unmarshaler)(nil)).Elem()